home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / phi_lo12.zip / BAT-FILE.SAM next >
Text File  |  1996-04-24  |  2KB  |  42 lines

  1.  
  2.       ------------ Sample Batch Files For Many BBS's -----------
  3.  
  4. -------------------------------------------------------------------------
  5. REM -=[ For Most Single Node BBS's (including RA and WILDCAT etc. etc.) ]=-
  6. @Echo Off
  7. CD\HILO
  8. HILO.EXE
  9. CD\BBS
  10. REM -=[ Block Copy this section to HILO.BAT and place it in your \BBS Dir ]=-
  11. -------------------------------------------------------------------------
  12.  
  13. -------------------------------------------------------------------------
  14. REM -=[ For RemoteAccess Multi-Node Systems ]=-
  15. REM -=[ Optional Data Line (Type 7 Menu Command) "*C /C HILO.BAT *M /N*N"
  16. @Echo Off
  17. CD\HILO
  18. HILO.EXE %1
  19. CD\RA\NODEx
  20. REM Add /IRQx to the Optional Data Line (After *M) if using an oddball IRQ
  21. REM -=[ Block Copy section to HILO.BAT and place it in \RA\NODEx Dir ]=-
  22. -------------------------------------------------------------------------
  23.  
  24. -------------------------------------------------------------------------
  25. REM -=[ For Wildcat! Multi-Line Systems ]=-
  26. @Echo Off
  27. CD\HILO
  28. HILO.EXE /N%WCNODEID%
  29. CD\WILDCAT\WCWORK\NODE%WCNODEID%
  30. REM -=[ Block Copy section to HILO.BAT and place it in \WILDCAT\BATCH Dir ]=-
  31. -------------------------------------------------------------------------
  32.  
  33. -------------------------------------------------------------------------
  34.           When Sending /Nx From The BBS {x = Node Number}
  35.           When Sending /IRQx From The BBS {x = IRQ Number}
  36.  
  37. Sending /IRQx Is A Must If FOSSIL Is Set to NONE and Using An Odd IRQ
  38. -------------------------------------------------------------------------
  39.  
  40. REM        -------Place the batch file in the proper dir!-------
  41. REM   ------------ EDIT SAMPLE.CFG AND RENAME IT HILO.CFG ---------------
  42.